home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / docs.lha / cmu-user / cmu-user.info < prev    next >
Text File  |  1992-08-05  |  9KB  |  278 lines

  1. Info file: cmu-user.info,    -*-Text-*-
  2. produced by latexinfo-format-buffer
  3. from file: cmu-user.tex
  4.  
  5.  
  6. 
  7. Indirect:
  8. cmu-user.info-1: 103
  9. cmu-user.info-2: 52975
  10. cmu-user.info-3: 105495
  11. cmu-user.info-4: 157879
  12. cmu-user.info-5: 208234
  13. cmu-user.info-6: 260892
  14. cmu-user.info-7: 311952
  15. cmu-user.info-8: 363036
  16. cmu-user.info-9: 413376
  17. cmu-user.info-10: 465939
  18. 
  19. Tag table:
  20. (Indirect)
  21. Node: Top105
  22. Node: Introduction9921
  23. Node: Support11222
  24. Node: Local Distribution of CMU Common Lisp12986
  25. Node: Net Distribution of CMU Common Lisp14467
  26. Node: Source Availability16168
  27. Node: Command Line Options17423
  28. Node: Credits20437
  29. Node: Design Choices and Extensions21262
  30. Node: Data Types22140
  31. Node: Symbols22488
  32. Node: Integers22777
  33. Node: Floats23129
  34. Node: IEEE Special Values24029
  35. Node: Negative Zero25305
  36. Node: Denormalized Floats25658
  37. Node: Floating Point Exceptions26402
  38. Node: Floating Point Rounding Mode28363
  39. Node: Accessing the Floating Point Modes29918
  40. Node: Characters32432
  41. Node: Array Initialization33012
  42. Node: Default Interrupts for Lisp33212
  43. Node: Packages34691
  44. Node: The Editor38068
  45. Node: Garbage Collection38725
  46. Node: Describe42937
  47. Node: The Inspector45065
  48. Node: The Windowing Inspector45736
  49. Node: The TTY Inspector48880
  50. Node: Load49984
  51. Node: The Reader52977
  52. Node: Running Programs from Lisp53349
  53. Node: Process Accessors59476
  54. Node: Saving a Core Image62993
  55. Node: Search Lists65997
  56. Node: Search List Example68527
  57. Node: Time Parsing and Formatting69310
  58. Node: Lisp Library74387
  59. Node: The Debugger75371
  60. Node: Debugger Introduction75923
  61. Node: The Command Loop77702
  62. Node: Stack Frames79488
  63. Node: Stack Motion80374
  64. Node: How Arguments are Printed81108
  65. Node: Function Names83349
  66. Node: Funny Frames84086
  67. Node: Debug Tail Recursion85879
  68. Node: Unknown Locations and Interrupts87049
  69. Node: Variable Access88893
  70. Node: Variable Value Availability91350
  71. Node: Variable Value Availability-Footnotes94315
  72. Node: Note On Lexical Variable Access94633
  73. Node: Note On Lexical Variable Access-Footnotes95516
  74. Node: Source Location Printing95733
  75. Node: How the Source is Found98295
  76. Node: Source Location Availability100552
  77. Node: Compiler Policy Control102298
  78. Node: Exiting Commands105497
  79. Node: Information Commands106272
  80. Node: Breakpoint Commands107556
  81. Node: Breakpoint Example109738
  82. Node: Function Tracing111319
  83. Node: Encapsulation Functions116659
  84. Node: Specials118988
  85. Node: The Compiler119558
  86. Node: Compiler Introduction119998
  87. Node: Calling the Compiler121198
  88. Node: Compilation Units126588
  89. Node: Undefined Warnings128783
  90. Node: Context Declarations130793
  91. Node: Context Declaration Example133424
  92. Node: Interpreting Error Messages135632
  93. Node: The Parts of the Error Message136623
  94. Node: The Original and Actual Source141510
  95. Node: The Processing Path143099
  96. Node: Error Severity144643
  97. Node: Errors During Macroexpansion146671
  98. Node: Read Errors147504
  99. Node: Error Message Parameterization149552
  100. Node: Types in Python151198
  101. Node: Compile Time Type Errors152071
  102. Node: Precise Type Checking154842
  103. Node: Precise Type Checking-Footnotes157881
  104. Node: Weakened Type Checking158413
  105. Node: Getting Existing Programs to Run161172
  106. Node: Getting Existing Programs to Run-Footnotes166230
  107. Node: Compiler Policy166484
  108. Node: The Optimize Declaration167036
  109. Node: The Optimize-Interface Declaration170694
  110. Node: Open Coding and Inline Expansion172164
  111. Node: Open Coding and Inline Expansion-Footnotes174418
  112. Node: Advanced Compiler Use and Efficiency Hints174593
  113. Node: Advanced Compiler Introduction175297
  114. Node: Types176608
  115. Node: Optimization177793
  116. Node: Function Call180184
  117. Node: Representation of Objects182165
  118. Node: Writing Efficient Code183049
  119. Node: More About Types in Python185238
  120. Node: More Types Meaningful186512
  121. Node: Canonicalization188615
  122. Node: Member Types189633
  123. Node: Union Types190375
  124. Node: The Empty Type191686
  125. Node: Function Types192593
  126. Node: The Values Declaration195264
  127. Node: Structure Types197518
  128. Node: The Freeze-Type Declaration199450
  129. Node: Type Restrictions200321
  130. Node: Type Style Recommendations201381
  131. Node: Type Inference204423
  132. Node: Variable Type Inference205196
  133. Node: Local Function Type Inference207004
  134. Node: Global Function Type Inference208236
  135. Node: Operation Specific Type Inference210557
  136. Node: Dynamic Type Inference211249
  137. Node: Type Check Optimization214833
  138. Node: Source Optimization217963
  139. Node: Let Optimization218900
  140. Node: Let Optimization-Footnotes222088
  141. Node: Constant Folding222408
  142. Node: Unused Expression Elimination223602
  143. Node: Control Optimization224432
  144. Node: Control Optimization-Footnotes226376
  145. Node: Unreachable Code Deletion226530
  146. Node: Multiple Values Optimization230908
  147. Node: Source to Source Transformation231756
  148. Node: Style Recommendations233820
  149. Node: Tail Recursion235112
  150. Node: Tail Recursion Exceptions239212
  151. Node: Local Call240010
  152. Node: Self-Recursive Calls241451
  153. Node: Let Calls242168
  154. Node: Closures243953
  155. Node: Local Tail Recursion245046
  156. Node: Return Values247031
  157. Node: Block Compilation248629
  158. Node: Block Compilation Semantics250169
  159. Node: Block Compilation Declarations251625
  160. Node: Compiler Arguments252677
  161. Node: Practical Difficulties254496
  162. Node: Inline Expansion255768
  163. Node: Inline Expansion Recording260894
  164. Node: Semi-Inline Expansion262464
  165. Node: The Maybe-Inline Declaration263695
  166. Node: Object Representation266520
  167. Node: Think Before You Use a List267466
  168. Node: Structures267963
  169. Node: Arrays269530
  170. Node: Vectors271068
  171. Node: Bit-Vectors271966
  172. Node: Hashtables272678
  173. Node: Numbers274980
  174. Node: Descriptors276894
  175. Node: Non-Descriptor Representations278972
  176. Node: Variables280673
  177. Node: Generic Arithmetic282594
  178. Node: Generic Arithmetic-Footnotes285789
  179. Node: Fixnums286017
  180. Node: Word Integers289199
  181. Node: Floating Point Efficiency291124
  182. Node: Specialized Arrays292445
  183. Node: Interactions With Local Call294568
  184. Node: Representation of Characters296148
  185. Node: General Efficiency Hints296722
  186. Node: Compile Your Code297392
  187. Node: Avoid Unnecessary Consing298587
  188. Node: Complex Argument Syntax300470
  189. Node: Mapping and Iteration302655
  190. Node: Trace Files and Disassembly304043
  191. Node: Efficiency Notes306860
  192. Node: Type Uncertainty308793
  193. Node: Efficiency Notes and Type Checking310210
  194. Node: Representation Efficiency Notes311954
  195. Node: Verbosity Control315610
  196. Node: Profiling316636
  197. Node: Profile Interface317368
  198. Node: Profiling Techniques319031
  199. Node: Nested or Recursive Calls319761
  200. Node: Clock resolution320463
  201. Node: Profiling overhead321226
  202. Node: Additional Timing Utilities322355
  203. Node: A Note on Timing323959
  204. Node: Benchmarking Techniques326444
  205. Node: UNIX Interface329849
  206. Node: Reading the Command Line330987
  207. Node: Useful Variables332668
  208. Node: Lisp Equivalents for C Routines333210
  209. Node: Type Translations335692
  210. Node: System Area Pointers337315
  211. Node: Unix System Calls339637
  212. Node: File Descriptor Streams340646
  213. Node: Making Sense of Mach Return Codes343516
  214. Node: Unix Interrupts345903
  215. Node: Changing Interrupt Handlers346515
  216. Node: Examples of Signal Handlers349762
  217. Node: Event Dispatching with SERVE-EVENT351386
  218. Node: Object Sets352830
  219. Node: The SERVE-EVENT Function354930
  220. Node: Using SERVE-EVENT with Unix File Descriptors357331
  221. Node: Using SERVE-EVENT with the CLX Interface to X359484
  222. Node: Without Object Sets361383
  223. Node: With Object Sets363038
  224. Node: A SERVE-EVENT Example365986
  225. Node: Without Object Sets Example366412
  226. Node: With Object Sets Example369728
  227. Node: Alien Objects377264
  228. Node: Introduction to Aliens377767
  229. Node: Alien Types379981
  230. Node: Defining Alien Types380545
  231. Node: Alien Types and Lisp Types381455
  232. Node: Alien Type Specifiers382541
  233. Node: The C-Call Package386913
  234. Node: Alien Operations388473
  235. Node: Alien Access Operations388789
  236. Node: Alien Coercion Operations389935
  237. Node: Alien Dynamic Allocation391065
  238. Node: Alien Variables392929
  239. Node: Local Alien Variables393250
  240. Node: External Alien Variables394337
  241. Node: Alien Data Structure Example396476
  242. Node: Loading Unix Object Files398081
  243. Node: Alien Function Calls399758
  244. Node: alien-funcall400949
  245. Node: def-alien-routine402983
  246. Node: def-alien-routine Example405856
  247. Node: Calling Lisp from C406529
  248. Node: Step-by-Step Alien Example406952
  249. Node: Interprocess Communication under LISP411956
  250. Node: The REMOTE Package412576
  251. Node: Connecting Servers and Clients413378
  252. Node: Remote Evaluations416450
  253. Node: Remote Objects420198
  254. Node: Host Addresses423045
  255. Node: The WIRE Package424079
  256. Node: Untagged Data425217
  257. Node: Tagged Data426162
  258. Node: Making Your Own Wires427920
  259. Node: Out-Of-Band Data428686
  260. Node: Debugger Programmer's Interface430319
  261. Node: DI Exceptional Conditions431421
  262. Node: Debug-conditions432628
  263. Node: Debug-errors434590
  264. Node: Debug-variables435834
  265. Node: Frames438095
  266. Node: Debug-functions440498
  267. Node: Debug-blocks446179
  268. Node: Breakpoints447318
  269. Node: Code-locations450870
  270. Node: Debug-sources453658
  271. Node: Source Translation Utilities456298
  272. Node: Function Index457694
  273. Node: Variable Index465941
  274. Node: Type Index468285
  275. Node: Concept Index469435
  276. 
  277. End tag table
  278.